home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 121
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Running butt-on lite'
- ClientHeight = 104
- ClientWidth = 272
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 120
- TextHeight = 16
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 443
- Height = 300
- AutoSize = True
- Picture.Data = {<image000.jpg>}
- end
- object Label1: TLabel
- Left = 24
- Top = 8
- Width = 411
- Height = 46
- Caption = 'Congratulations, sweety!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -40
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 136
- Top = 56
- Width = 305
- Height = 65
- AutoSize = False
- Caption =
- 'You have successfully managed to satisfy me our very first time.' +
- ' If you look out for more hardcore action, get the XXL version a' +
- 's soon as you can.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object Label3: TLabel
- Left = 176
- Top = 280
- Width = 265
- Height = 17
- AutoSize = False
- Caption = '(c) 1999 by The AntiXryst and Terminal Cilla.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -10
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 449
- Height = 305
- BevelOuter = bvNone
- TabOrder = 0
- object Label4: TLabel
- Left = 0
- Top = 3
- Width = 67
- Height = 16
- Caption = 'User name:'
- end
- object Label5: TLabel
- Left = 0
- Top = 35
- Width = 38
- Height = 16
- Caption = 'Serial:'
- end
- object Label6: TLabel
- Left = 120
- Top = 68
- Width = 67
- Height = 16
- Caption = 'Created by:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object HyperLabel1: THyperLabel
- Left = 192
- Top = 64
- Width = 63
- Height = 13
- Cursor = crHandPoint
- Caption = 'The AntiXryst'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- HyperColour = clBlue
- PressedColour = clRed
- URL = 'mailto:antixryst@gmx.net'
- end
- object HyperLabel2: THyperLabel
- Left = 192
- Top = 80
- Width = 62
- Height = 13
- Cursor = crHandPoint
- Caption = 'Terminal Cilla'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- HyperColour = clBlue
- PressedColour = clRed
- URL = 'mailto:bombasticx@gmx.net'
- end
- object Edit1: TEdit
- Left = 72
- Top = 0
- Width = 185
- Height = 24
- TabOrder = 0
- OnChange = Change
- end
- object Edit2: TEdit
- Left = 72
- Top = 32
- Width = 185
- Height = 24
- TabOrder = 1
- OnChange = Change
- end
- object Button1: TButton
- Left = 0
- Top = 64
- Width = 75
- Height = 25
- Caption = 'Register!'
- TabOrder = 2
- TabStop = False
- OnClick = Button1Click2
- OnMouseMove = MoveButton2
- end
- end
- end
-